←Select platform

CollectionChanged Event

Summary
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
Syntax
C#
C++/CLI
Python
public event EventHandler<NotifyLeadCollectionChangedEventArgs> CollectionChanged 
public: 
event EventHandler<NotifyLeadCollectionChangedEventArgs^>^ CollectionChanged 
def CollectionChanged(sender,e): # sender: LeadCollection`1 e: NotifyLeadCollectionChangedEventArgs 
Event Data

The event handler receives an argument of type NotifyLeadCollectionChangedEventArgs containing data related to this event. The following NotifyLeadCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
Action Gets the action that caused the event.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.